home *** CD-ROM | disk | FTP | other *** search
- ASTAT.H
- CHECK.C
- COMPILE.SH
- DECL.H
- GEMSTART.S
- H.H
- INPUT.C
- LINK.SH
- LNK
- MACRO.C
- MAIN.C
- MAKE.C
- MAKE.PRG
- MAKEFILE
- PDMAKE.DOC
- READER.C
- RULES.C
- STSTUFF.C
- TOUCH.C
- TOUCH.PRG
-
- Keywords: MAKE UNIX PROGRAMMING TOOL DEVELOPMENT
-
- This is a full fledged UNIX V7 make clone, including macros and default
- rules. Compiled with Alcyon C and with builtin rules for Alcyon C. These
- rules can easily be changed to suit any language that can be run from a
- command-line shell.
-
-
- CC.C
- CC.DOC
- CC.PRG
- CCINI.EXA
-
- This is a CC C compile interface program similar to the UNIX CC program.
- Now compiles made easy.
-
-
- FONTS.DOC
-
- This is an article which I dug up which explains how to handle fonts with
- the ST. Read and use all sorts of different fonts in your programs.
-
-
- FSEL.C
- FSEL.DOC
- FSELDEMO.C
- FSELDEMO.PRG
-
- This is a new file selector source code and demo program. The comments
- state that the file selector is similar to Megamax C. Try it. It looks a
- lot better than the standard file selector box.
-
-
- MENU.ASM
- MENU.DEF
- MENU.PRG
- MENU.RSC
-
- This is an example of a menu interface in not C, but assembly language.
-
-
- SIGNAL.C
- SIGNAL.DOC
-
- Keywords: SIGNAL SOURCE CODE ALCYON C
-
- Some Alcyon C source code to properly implement signals.
-
-
- TOUCHALL.TOS
-
- This is a program similar to the TOUCH program, but it touches all *.h, *.o,
- and *.c files at once. Nice way to update all your code at once with make.
-